Arch Workbench/zh-cn

In v1.0 the BIM, Native-IFC and Arch Workbenches have been merged into the integrated BIM Workbench.
Arch workbench icon

简介

The Arch Workbench provides a modern Building Information Modelling (BIM) workflow to FreeCAD, with support for features like fully parametric architectural entities such as walls, beams, roofs, windows, stairs, pipes, and furniture. It supports Industry Foundation Classes (IFC) files, and production of 2D floor plans in combination with the TechDraw Workbench.

由于建筑工作台要利用2D对象来构建其建筑对象,因此,它导入了底图工作台(Draft Workbench)中的所有工具。除此以外,建筑工作台亦可使用如零件工具台(Part)零件设计工作台(PartDesign)所创建的对象。

FreeCAD中的BIM功能正逐步拆分至此建筑工作台中,它持有基本的建筑体工具与BIM Workbench,后者可以利用Addon Manager进行安装。本工作台在建筑工具(Arch tools)之上添加了一个新的接口层,目标是令FreeCAD中的BIM工作流程更为直观且更易于使用。

The developers of Draft, Arch, and BIM also collaborate with the greater OSArch community, with the ultimate goal of improving building design by using entirely free software.

工具

以下这些工具用于创建建筑对象。

  • Straight Rebar: Creates a straight reinforcement bar in a selected structural element.
  • U-Shape Rebar: Creates a U-shape reinforcement bar in a selected structural element.
  • L-Shape Rebar: Creates an L-shape reinforcement bar in a selected structural element.
  • Stirrup: Creates a stirrup reinforcement bar in a selected structural element.
  • Bent-Shape Rebar: Creates a bent-shape reinforcement bar in a selected structural element.
  • Helical Rebar: Creates a helical reinforcement bar in a selected structural element.
  • Custom Rebar: Creates a custom reinforcement bar in a selected structural element using a sketch.
  • Axis: Adds a 1-direction array of axes.
  • Axis System: Adds an axis system composed of several axes.
  • Grid: Adds a grid-like object.
  • Panel: Creates a panel object from a selected 2D object.
  • Panel Cut: Creates a 2D cut view from a panel.
  • Panel Sheet: Creates a 2D cut sheet including panel cuts or other 2D objects.
  • Nest: Allows to nest several flat objects inside a container shape.
  • Material: Creates a material and attributes it to selected objects, if any.
  • Multi-Material: Creates a multi-material and attributes it to selected objects, if any.
  • Pipe: Creates a pipe.
  • Connector: Creates a corner or T-connection between 2 or 3 selected pipes.

修改工具

以下这些工具用于修改建筑对象。

实用工具

以下这些工具可助您实现一些特定任务。

首选项

文件格式

  • IFC : 建筑业国际工业标准(Industry foundation Classes)
  • DAE : Collada网格格式
  • OBJ : Obj网格格式 (仅限于导出)
  • JSON : JavaScript对象表示法格式 (仅限于导出)
  • 3DS : 3DS格式 (仅限于导入)

API

Python脚本与宏(macros)中调用Arch Python API函数即可使用本建筑模块。

教程